Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add client config passthrough to waiter opts #500

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

lucix-aws
Copy link
Contributor

Adds a field to pass API client options through to calls made by waiters:

+       // Functional options to be passed to all operations invoked by this client.
+       //
+       // Function values that modify the inner APIOptions are applied after the waiter
+       // config's own APIOptions modifiers.
+       ClientOptions []func(*Options)
+

@lucix-aws lucix-aws requested review from a team as code owners February 15, 2024 20:06
@lucix-aws lucix-aws merged commit d43f947 into main Feb 15, 2024
11 checks passed
@lucix-aws lucix-aws deleted the feat-waiteropts branch February 15, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants